home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Turnbull China Bikeride
/
Turnbull China Bikeride - Disc 2.iso
/
BARNET
/
ARMTEX
/
SOURCES1
/
!TeX
/
texmf
/
source
/
armTeX
/
TeX
/
convert
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1998-03-12
|
345 b
|
16 lines
|
| Converts TeX from pascal to C
| One arg must be given, giving the lib directory
echo Concatenating...
fcat %0.common_def %0.texmf_def %0.riscos_def tex.p >temp
echo web2c...
web2c -t -hh.texmf <temp >temp2
echo fixwrites...
fixwrites -t <temp2 >temp
echo regfix...
regfix <temp >temp2
echo splitup...
splitup <temp2
remove temp2
remove temp